Authentication

Authentication endpoint for API access

← Back to Documentation Home

This endpoint allows a user to authenticate using their API key.

Endpoint

POST /auth/login

Parameters

Name Type Description
apiKey string The user's API key

Response

{ "status": "success", "token": "abc123xyz" }
s